home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / A-An / 4TrackStack2.cpt / 4-Track Stack / background_2682.txt < prev    next >
Text File  |  1989-05-02  |  5KB  |  242 lines

  1. -- background: 2682 from stack: in
  2. -- bmap block id: 4048
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Help
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 80
  10. -- high flags: 4004
  11. -- rect: left=231 top=116 right=158 bottom=455
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 5
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: Song Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=332 top=110 right=124 bottom=394
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 9
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: Index number
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=9 top=27 right=55 bottom=38
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1012 / 1012
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Return
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect iris close
  51.   pop card
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 6 (field)
  57. -- low flags: 00
  58. -- high flags: 4000
  59. -- rect: left=312 top=199 right=217 bottom=456
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 9
  65. -- style flags: 0
  66. -- line height: 12
  67. -- part name: Tape Title
  68.  
  69.  
  70. -- part 7 (field)
  71. -- low flags: 00
  72. -- high flags: 4000
  73. -- rect: left=313 top=268 right=286 bottom=457
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 3
  78. -- text size: 9
  79. -- style flags: 0
  80. -- line height: 12
  81. -- part name: Date
  82.  
  83.  
  84. -- part 15 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=71 top=36 right=79 bottom=167
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 6448 / 6448
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Install in Home
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   answer "Install Link in your Home Stack?" with "Cancel" or "OK"
  99.   if it is "OK" then
  100.     choose button tool
  101.     select background button "Install in Home"
  102.     doMenu "Copy button"
  103.     go Home
  104.     doMenu "Paste button"
  105.     set the script of card button "install in home" to "on mouseup"&return&"go ""e&"4-Track Stack""e&return& "end mouseup"
  106.     set the name of card button "install in home" to "4-Track Stack"
  107.     set the showname of card button "4-Track Stack" to true
  108.     choose browse tool
  109.   end if
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 8 (field)
  115. -- low flags: 00
  116. -- high flags: 4000
  117. -- rect: left=312 top=246 right=264 bottom=456
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 9
  123. -- style flags: 0
  124. -- line height: 12
  125. -- part name: Performer
  126.  
  127.  
  128. -- part 1 (field)
  129. -- low flags: 01
  130. -- high flags: 2007
  131. -- rect: left=223 top=58 right=335 bottom=496
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 0
  135. -- font id: 3
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Help
  140.  
  141.  
  142. -- part 9 (field)
  143. -- low flags: 80
  144. -- high flags: 0004
  145. -- rect: left=162 top=110 right=207 bottom=307
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 3
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Version
  154.  
  155.  
  156. -- part 12 (button)
  157. -- low flags: 00
  158. -- high flags: 2000
  159. -- rect: left=186 top=23 right=59 bottom=214
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 20098 / 20098
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: Home
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   visual effect iris close
  171.   go home
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 11 (button)
  177. -- low flags: 00
  178. -- high flags: 0000
  179. -- rect: left=8 top=65 right=336 bottom=216
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Help Button
  188. ----- HyperTalk script -----
  189. on mousedown
  190.   if the hilite of me is false then
  191.     set the hilite of me to true
  192.     show background field "help2"
  193.     exit mousedown
  194.   end if
  195.   if the hilite of me is true then
  196.     hide background field "help2"
  197.     set the hilite of me to false
  198.   end if
  199. end mousedown
  200.  
  201.  
  202.  
  203.  
  204.  
  205. -- part 10 (field)
  206. -- low flags: 81
  207. -- high flags: 2004
  208. -- rect: left=130 top=57 right=249 bottom=419
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 3
  213. -- text size: 12
  214. -- style flags: 256
  215. -- line height: 16
  216. -- part name: Help2
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   hide background field "help2"
  220.   set the hilite of bkgnd button ID 11 to false
  221. end MouseUp
  222.  
  223.  
  224. -- part 16 (button)
  225. -- low flags: 00
  226. -- high flags: 2000
  227. -- rect: left=37 top=27 right=55 bottom=68
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 1013 / 1013
  230. -- text alignment: 1
  231. -- font id: 0
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: Next
  236. ----- HyperTalk script -----
  237. on mouseUp
  238.   visual effect scroll left
  239.   go to next card
  240. end mouseUp
  241.  
  242.